func math.modf

2 uses

	math (current package)
		modf.go#L18: 	return modf(f)
		modf.go#L21: func modf(f float64) (int float64, frac float64) {